home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / stg_e_01.lzh / ST_GUIDE.LZH / ST-GUIDE.INF next >
Text File  |  1994-08-09  |  2KB  |  53 lines

  1. # This is an example INF file. It's set with hard drive users in mind but
  2. # floppy based users could set up a RAM disk as drive C: and run ST-Guide 
  3. # from there.
  4. # You can edit this file using any ASCII text editor and change the paths 
  5. # to point to the locations for the various components of ST-Guide.
  6. # It currently looks for a 'GUIDES' folder on 'C', which contains all the
  7. # 'HYP and 'REF' files, and a 'STGUIDE' folder also on 'C' which contains 
  8. # all the tools.
  9. # Lines beginning with the '#' symbol, like the lines you just read are 
  10. # ignored by ST-Guide and are for information only. 
  11. #
  12. # Default search path, where ST-Guide looks for 'HYP' hypertexts:
  13. PATHS=c:\guides;c:\stguide
  14. #
  15. # Default directory ST-Guide opens when calling the File Selector.
  16. # HCP also compiles to this path:
  17. HYPFOLD=c:\guides\
  18. #
  19. # Path to external viewer which is used to display unknown file types.
  20. # The viewer must be loaded in memory!:
  21. #EXTVIEW=NOTICE 
  22. #
  23. # The hypertext file to be loaded via the ST-Guide 'Catalog' option or when 
  24. # ST-Guide is started without parameters:
  25. HYPTOP=c:\guides\catalog.hyp
  26. #
  27. # The file used to find references:
  28. REF=c:\guides\all.ref
  29. #
  30. # ST-Guide can use GDOS screen fonts if loaded, refer to main
  31. # documentation for syntax details:
  32. #FONT=98,9
  33. #
  34. # HCP is used to compile STG files into HYP files. STool uses this
  35. # entry to 'compile':
  36. HCP=c:\stguide\hcp\hcp.ttp
  37. #
  38. # The number of spaces a tab will be expanded to is set here:
  39. #TABSIZE=4
  40. #
  41. # This file will be loaded automatically if ST-Guide is started without 
  42. # parameters:
  43. DEFHYP=st-guide.hyp
  44. #
  45. # These options are used automatically when HCP is called:
  46. HCP_OPT=+z
  47. #
  48. # The first two values set the top left corner of the window. The
  49. # next two values set the bottom right corner for the ST-Guide window:
  50. WINSIZE=40,40,560,320
  51. #
  52. # That's it, wasn't too painful was it!
  53.